home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Comm / Mail / Amiycoders.readme < prev    next >
Encoding:
Text File  |  2003-02-24  |  2.6 KB  |  74 lines

  1. Short:    V0.3beta yEnc Encoder / Decoder for the Amiga
  2. Author:   ian.chapman@bleach.demon.co.uk (Ian Chapman)
  3. Uploader: ian.chapman@bleach.demon.co.uk
  4. Version:  0.3beta
  5. Type:     comm/mail
  6.  
  7. ----------------------------------------------------------------
  8.                           AmiyDec
  9. ----------------------------------------------------------------
  10.  
  11. AmiyDec is a utility for decoding yEnc encoded files which are
  12. now becoming more and more popular, especially on usenet. yEnc
  13. is similar in principle to UUencode and Base64
  14.  
  15. Version 0.3beta
  16. ---------------
  17.  
  18. ADDED:   Now handles multiple single-part encodings in one file.
  19. ADDED:   Now handles multi-part encodings.
  20. ADDED:   You can now pass multiple files to AmiyDec
  21. CHANGED: Major rework on the code. It is now much less monolithic and much more
  22.          procedural.
  23. CHANGED: Shares more code with AmiyEnc which means less development work.
  24. CHANGED: Reformatted the output text, looks neater. :)
  25. CHANGED: Minor changes to the error messages.
  26. CHANGED: V0.2 command line parameters are NOT compatible with V0.3beta
  27. FIXED:   If you specified "" (ie current directory) to write the output files
  28.          to, they would get written to the directory above the current working
  29.          directory.
  30.  
  31. Version 0.2
  32. -----------
  33.  
  34. CHANGED: Improved handling of filenames in yEnc encoded files:
  35.   * Trailing spaces are removed, if not contained in (") delimeters.
  36.   * Speech marks (") are removed from speech mark delimited file names.
  37.   * The illegal filename character, colon (:) is converted to a minus (-)
  38.   * The illegal filename character, forward slash (/) is converted to an
  39.     underscore (_)
  40.   * Warnings are generated for the following characters,
  41.     hash (#), question mark (?), left brace ({), right brace (}), pipe (|) and
  42.     semi-colon (;). They are legal in file names but also have other meanings
  43.     in AmigaDOS such as wildcards or comments and can therefore cause problems.
  44.  
  45. CHANGED: Various cleanups in the code
  46.  
  47. Version 0.1
  48. -----------
  49.  
  50. Initial Release.
  51.  
  52.  
  53. ----------------------------------------------------------------
  54.                           AmiyEnc
  55. ----------------------------------------------------------------
  56.  
  57. AmiyEnc is a utility for encoding files using the yEnc encoding
  58. scheme.
  59.  
  60. Version 0.3beta
  61. ---------------
  62.  
  63. ADDED:   Added support for multi-part encoding.
  64. CHANGED: Major rework on the code. It is now much less monolithic and much more
  65.          procedural
  66. CHANGED: Shares more code with AmiyDec which means less development work.
  67. CHANGED: Reformatted the output text, looks neater :)
  68. CHNAGED: V0.2 command line parameters are NOT compatible with V0.3beta
  69.  
  70. Version 0.2
  71. -----------
  72.  
  73. Initial Release.
  74.